Charting for WinForms Programmer's Guide
LayoutBuilder.CreateRowLayout Method (YAxisRenderer[], Plot2D[], YAxisRenderer[])
See Also
 






Creates a StackPanel containing the specified plots and axis renderers.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public StackPanel CreateRowLayout (
    YAxisRenderer[] left,
    Plot2D[] plots,
    YAxisRenderer[] right
)

Visual Basic  Copy Code

Public Function CreateRowLayout( _
    left() As YAxisRenderer, _
    plots() As Plot2D, _
    right() As YAxisRenderer _
) As StackPanel

 Parameters

left

An array of YAxisRenderer components that should be placed at left side of the plots.

plots

An array of Plot2D instances.

right

An array of YAxisRenderer components that should be placed at right side of the plots.

 Return Value

A StackPanel instance.

 See Also

CreateRowLayout Method Overload List
LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.WinForms Namespace